home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / mac / Explorer / START.dxr / 00014.ls < prev    next >
Encoding:
Text File  |  1998-07-22  |  176 b   |  10 lines

  1. on prepareFrame
  2.   global Voice
  3.   if Voice = 1 then
  4.     set the castNum of sprite 17 to cast "on"
  5.   else
  6.     set the castNum of sprite 17 to cast "off"
  7.   end if
  8.   cursor(0)
  9. end
  10.